home *** CD-ROM | disk | FTP | other *** search
/ Atari Mega Archive 1 / Atari Mega Archive - Volume 1.iso / archiver / zoossr06.zoo / zoohelp.c next >
C/C++ Source or Header  |  1991-09-02  |  2KB  |  72 lines

  1. #include <gemfast.h>
  2.  
  3. char *h_ex[] =
  4.     {
  5.     "EXTRACTING files:",
  6.     "EXTRACT decompresses all files from a ZOO archive",
  7.     "and places them in the current directory (folder).",
  8.     " ",
  9.     "ZOOSHELL will allow you to change folders or create",
  10.     "new ones.",
  11.     "New folders will be placed in the current folder.",
  12.     " ",
  13.     ""    
  14.     };
  15. char *h_rest[] =
  16.     {
  17.     "RESTORING files:",
  18.     "RESTORE extracts files and folders exactly as they",
  19.     "are described in the archive.",
  20.     " ",
  21.     "RESTORE RELATIVE restores files and folders, but",
  22.     "places them relative to the current directory.",
  23.     " ",
  24.     ""    
  25.     };
  26.  
  27. char *h_view[] =
  28.     {
  29.     "VIEWING and PRINTING:",
  30.     "The VIEW menu lets you view a directory inside an archive,",
  31.     "or a file inside an archive. The PRINT menu has the same",
  32.     "choices, but output is directed to your printer.",
  33.     " ",
  34.     "To view a file, you must type a filename in the dialog box",
  35.     "that appears when you make the menu selection. A wildcard",
  36.     "is an ambiguous filename -- one that may be matched by",
  37.     "multiple files. ZOO wildcarding is slightly different from",
  38.     "the simple wildcarding supported by TOS. The most important",
  39.     "change is that *.* will match FILENAME.DOC, but not simply",
  40.     "FILENAME. If you want to match all files, type a single *;",
  41.     "the period is treated as if it were just another character.",
  42.     " ",
  43.     ""    
  44.     };
  45.  
  46. char *h_spec[] =
  47.     {
  48.     "SPECIAL FEATURES:",
  49.     "The SPECIAL menu gives you access to two ZOO functions:",
  50.     " ",
  51.     "(1) You can test an archive to see whether there are errors.",
  52.     " ",
  53.     "(2) You can add file-by-file comments to a ZOO archive.",
  54.     "After you select the menu entry, the screen will clear and",
  55.     "ZOO will ask for your comments. The comments are stored as",
  56.     "part of the ZOO directory.",
  57.     " ",
  58.     "When prompted, you may: type a carriage return to skip the",
  59.     "file, leaving any current comment unchanged; or type a",
  60.     "(possibly null) comment of up to 32,767 characters",
  61.     "terminated by /END (case-insensitive) on a separate line;",
  62.     "or type control-D to skip all remaining files.",
  63.     " ",
  64.     ""    
  65.     };
  66.  
  67. char *h_buttons[] =
  68.     {
  69.     "OK",
  70.     ""
  71.     };
  72.